Click or drag to resize

TimeZone Class

Specifies time zone entry.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpTimeZone

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class TimeZone

The TimeZone type exposes the following members.

Constructors
  NameDescription
Public methodTimeZone
Initializes a new instance of the TimeZone class.
Public methodTimeZone(DateTime, TimeSpan)
Initializes a new instance of the TimeZone class with the specified adjustment time and offset.
Public methodTimeZone(Int64, Int32)
Initializes a new instance of the TimeZone class with the specified adjustment time and offset.
Top
Methods
  NameDescription
Public methodAdd(DateTime, TimeSpan)
Adds adjustment time with the specified adjustment time and offset.
Public methodAdd(Int64, Int32)
Adds adjustment time with the specified adjustment time and offset.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a time zone to its TimeZone equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also